home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / next / Makefile
Encoding:
Makefile  |  1995-06-28  |  992 b   |  41 lines

  1. #    Platform-specific Makefile for W3 Library    (NeXT)
  2. #    -----------------------------------------
  3. #
  4. #    Library compiled with fudge to alow XMOSAIC to
  5. #    pick up binary files... for now.
  6.  
  7. WWW = ../..
  8.  
  9. #  Where should temporary (object) files go? Normally, WTMP = $(WWW)
  10. #WTMP = /tmp
  11. WTMP = $(WWW)
  12.  
  13. # For MACH 3.0 it seems -bsd is needed to order to define errno
  14. # in /usr/include/bsd/sys/errno.h. But __STRICT_BSD__ is needed for
  15. # errno.
  16.  
  17. CFLAGS =  -Wall -g -DXMOSAIC_HACK
  18.  
  19. #    Yes please, I want direct WAIS access
  20. #
  21. #WAIS = ../../../freeWAIS
  22. #WAISINC = -I$(WAIS)/ir
  23. #WAISCFLAGS = -DDIRECT_WAIS
  24. #WAISLIB =  $(WAIS)/bin/client.a $(WAIS)/bin/wais.a
  25. #  $(WAIS)/bin/inv.a $(WAIS)/bin/wais.a
  26. #HTWAIS = $(WTMP)/Library/$(WWW_MACH)/HTWAIS.o
  27.  
  28. CC = cc
  29. #    For testing memory leaks only!   Use /NextDeveloper/MallocDebug app
  30. LFLAGS = -lMallocDebug
  31. #LFLAGS =
  32.  
  33. WWW_MACH = next
  34. ASIS_MACH = next/2.0
  35.  
  36.  
  37. # Directory for installed binary:
  38. LIBDIR = /usr/local/lib
  39.  
  40. include $(WWW)/Library/Implementation/CommonMakefile
  41.